type nhooyr.io/websocket.netConn
12 uses
nhooyr.io/websocket (current package)
netconn.go#L51: nc := &netConn{
netconn.go#L96: type netConn struct {
netconn.go#L115: var _ net.Conn = &netConn{}
netconn.go#L117: func (nc *netConn) Close() error {
netconn.go#L125: func (nc *netConn) Write(p []byte) (int, error) {
netconn.go#L140: func (nc *netConn) Read(p []byte) (int, error) {
netconn.go#L156: func (nc *netConn) read(p []byte) (int, error) {
netconn.go#L202: func (nc *netConn) SetDeadline(t time.Time) error {
netconn.go#L208: func (nc *netConn) SetWriteDeadline(t time.Time) error {
netconn.go#L222: func (nc *netConn) SetReadDeadline(t time.Time) error {
netconn_notjs.go#L8: func (nc *netConn) RemoteAddr() net.Addr {
netconn_notjs.go#L15: func (nc *netConn) LocalAddr() net.Addr {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |